Skip to main content
Version: current

Scheduled Meeting - Delete a scheduled meeting

This API deletes a scheduled meeting using the meetingId returned when the meeting was created

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Request Body
    meetingId String

    The meeting id that can be used to update, delete or fetch this meeting

    type String

    Should be 'current' to delete current meeting

Responses

Success


Schema
    status string

    Indicates whether meeting is DELETED or NOT_DELETED

Loading...